box.is_in_txn()
-
box.is_in_txn() If a transaction is in progress (for example the user has called box.begin() and has not yet called either box.commit() or box.rollback(), return
true. Otherwise returnfalse.
__gc metamethod
boxbox.statbox.cfgbox.ctl
box.error
box.indexbox.index
box.info
box.schemabox.sessionbox.slab
box.spacebox.tuplebox.oncebox.snapshotbox.NULL
bufferclock
console
crypto
csv
digest
errno
fiber
fio
funhttp
iconv
json
log
msgpack
net.box
os
pickle
socket
strictstring
tabletap
tarantooluuid
utf8
uri
xlogyaml
expirationdmembership
vshard
tarantoolctl
libslave tutorialbox.is_in_txn()If a transaction is in progress (for example the user has called
box.begin() and has not yet
called either box.commit()
or box.rollback(),
return true. Otherwise return false.